/Fetcher

Atom plugin to fetch code snippets from Stackoverflow.

Primary LanguageJavaScriptMIT LicenseMIT

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