Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmcgibbon/pokedex-api
A simple Pokédex API featuring JWT Auth with Knock
https://github.com/gmcgibbon/pokedex-api
rails-5 rails-api ruby-on-rails
Last synced: 12 days ago
JSON representation
A simple Pokédex API featuring JWT Auth with Knock
- Host: GitHub
- URL: https://github.com/gmcgibbon/pokedex-api
- Owner: gmcgibbon
- License: mit
- Created: 2016-08-04T05:48:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-14T05:43:22.000Z (over 8 years ago)
- Last Synced: 2024-12-18T15:08:25.266Z (16 days ago)
- Topics: rails-5, rails-api, ruby-on-rails
- Language: Ruby
- Homepage: https://pokedex-api-rails.herokuapp.com
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokédex API
A simple Rails 5 API with Pokémon resources and JWT authentication.
## Setup
To seed the database with Pokémon, run `rake db:seed`. Edit `db/seeds.rb` or use `PKMN_ID_MIN` and `PKMN_ID_MAX` environment variables to change the range of IDs. Source data and images brought to you by [Pokéapi](https://pokeapi.co/)!
## License
This project is released under the [MIT License](http://www.opensource.org/licenses/MIT).