Skip to content

Atom plugin to fetch code snippets from Stackoverflow.

License

Notifications You must be signed in to change notification settings

yDeepak1889/Fetcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetcher

An Atom plug-in to fetch code snippets about any topic from Stackoverflow.

Understanding Fetcher

To understand the basic functionality of Fetcher you will need basic knowledge of the following.

  1. Setting up Atom plug-ins.
[Building a new Atom plug-in](https://github.com/blog/2231-building-your-first-atom-plugin?mc_cid=cf4285224a&mc_eid=66a547fe01)  

[Hacking the Atom Text Editor](https://www.youtube.com/watch?v=V-gbOGpDVXE&feature=youtu.be&t=645)
  1. Javascript

  2. Javascript Promises.

    Getting started with Promises

    Promises/A+(basic terminology well explained)

    Mozilla Promises Documentation

Reference

Hacking the Atom Text Editor by @NickTikhonov

A screenshot of your package

About

Atom plugin to fetch code snippets from Stackoverflow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.2%
  • CSS 3.8%