An Atom plug-in to fetch code snippets about any topic from Stackoverflow.
To understand the basic functionality of Fetcher you will need basic knowledge of the following.
- 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)
-
Javascript
-
Javascript Promises.
Hacking the Atom Text Editor by @NickTikhonov