Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madwork/angular-github
Sample app with Rails 4 / AngularJS and Github API
https://github.com/madwork/angular-github
Last synced: 20 days ago
JSON representation
Sample app with Rails 4 / AngularJS and Github API
- Host: GitHub
- URL: https://github.com/madwork/angular-github
- Owner: madwork
- Created: 2013-06-06T15:32:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-06T19:42:43.000Z (over 11 years ago)
- Last Synced: 2023-03-31T17:44:21.526Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AngularJS + Github API
Sample application for AngularJS testing with Github API.
[AngularJS](http://angularjs.org/)
[Github API](https://developer.github.com/)
## HowTo
git clone https://github.com/madwork/angular-github angular-github
cd angular-github
# ruby 2.0.0 needed
# https://gist.github.com/madwork/5154412
gem install bundler
bundle install
bundle exec rails sOpen web browser @ http://localhost:3000/
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request