Table of Contents
This repository serves as a microservice to digest the zipcodebase api endpoints.
- Clone this repo
- Install gem packages:
bundle install
- Local development needs an API key
https://app.zipcodebase.com/register?plan=free
- Create
.env
under/app
ZIPCODEBASE_APIKEY = 'your token'
- Start sinatra server
$rackup or shotgun
"rackup or shotgun will let you know which localhost port to navigate to"
- Ruby 2.5.3
- Rails 5.2.5