roflmuffin / node-anime-scraper

Scrapes information from Gogoanime to get Anime, Episode & Video information & urls.
60 stars 14 forks source link

JS Standard Style & Documentation #2

Closed Svenskunganka closed 9 years ago

Svenskunganka commented 9 years ago

Re-wrote most of the code for Javascript Standard Style and added more detailed and standard documentation.

Feel free to improve the documentation as well, there might be some parts I missed out. If you're using Sublime Text I really suggest installing DocBlockr from Package Control - it makes documentation so much easier to work with.

Read up on Standard a bit - it makes things a lot easier. To test if you got JS Standard Style-code, run npm test.

I'll be adding some performance improvements shortly.

(Had to make a new PR as I had to do a rebase and force it up to GitHub...)