Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matstc/whatsnext.info

Resources for learning programming languages
https://github.com/matstc/whatsnext.info

Last synced: about 2 months ago
JSON representation

Resources for learning programming languages

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/matstc/whatsnext.info.png)](https://travis-ci.org/matstc/whatsnext.info)

Resources to learn programming languages for beginners and experts. It includes a ranking of github repositories by star status to figure out what to learn next.

Homepage: [whatsnext.info](http://www.whatsnext.info)

# How To Run
1. `npm install`
2. `bundle install`
3. `foreman start`

# Contributing
If you want to add or modify the resources listed for a language, just clone this repository and edit the content under `content/your_language_of_choice`. Then submit a PR and I will merge your changes.

If you want to add a new language, you can generate the basic content files with the rake task `rake language[your_new_language]`.


License: [CC BY-NC-SA](http://creativecommons.org/licenses/by-nc-sa/4.0/deed.en_US)