Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matstc/whatsnext.info
Resources for learning programming languages
https://github.com/matstc/whatsnext.info
Last synced: 3 months ago
JSON representation
Resources for learning programming languages
- Host: GitHub
- URL: https://github.com/matstc/whatsnext.info
- Owner: matstc
- Created: 2014-02-19T18:59:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T22:49:42.000Z (over 6 years ago)
- Last Synced: 2024-04-14T12:31:41.857Z (7 months ago)
- Language: Ruby
- Homepage: whatsnext.info
- Size: 3.48 MB
- Stars: 20
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)