Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johno/http-status-codes
A mini-ember app that provides a searchable/filterable list for all HTTP Status Codes.
https://github.com/johno/http-status-codes
Last synced: 2 months ago
JSON representation
A mini-ember app that provides a searchable/filterable list for all HTTP Status Codes.
- Host: GitHub
- URL: https://github.com/johno/http-status-codes
- Owner: johno
- License: mit
- Created: 2014-11-12T00:05:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-23T18:50:38.000Z (over 8 years ago)
- Last Synced: 2024-10-19T17:49:39.074Z (3 months ago)
- Language: JavaScript
- Homepage: http://http-status-codes.divshot.io/
- Size: 37.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP Status Codes
This is a mini-Ember app that provides a searchable/filterable list for HTTP Status Codes.
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM) and [Bower](http://bower.io/)## Installation
* `git clone ` this repository
* change into the new directory
* `npm install`
* `bower install`## Running / Development
* `ember server`
* Visit your app at http://localhost:4200.### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`### Building
* `ember build` (development)
* `ember build --environment production` (production)### Deploying
This project uses the `ember-cli-divshot` plugin. Deploying the app requires the following command:
```
ember divshot push
```## Further Reading / Useful Links
* ember: http://emberjs.com/
* ember-cli: http://www.ember-cli.com/
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)## Acknowledgements
HTTP Status Code data adapted from .
## License
MIT
## 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 RequestCrafted with <3 by [John Otander](http://johnotander.com) ([@4lpine](https://twitter.com/4lpine)).