Sometimes you want to start a project involving an API, but you don't want to mess around with getting a key. This is where Public APInception saves the day! Using the Public APIs API, you can search for exactly what kind of public API you need!
Clone
Running this file will start the CLI
$ bin/public_apinception
You start with a list of categories of APIs to choose from. Once you choose a category you will be shown the APIs in that category. Once you have chosen an API to view, the info will be displayed along with some options including Go back to categories, Open API link, and Exit.
Have a great project!
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
Bug reports and pull requests are welcome on GitHub at https://github.com/atencioluke/public_apinception. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
- Luke Atencio
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the PublicApinception project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
- davemachado - Building the Public APIs API
- The team over at public-apis - Collecting all of this API info
- piotrmurach - TTY made the CLI navigation so much more seemless