nicole-esquer / parks_finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Versions

Rails 5.2.7

Ruby 2.7.4

Setup

Run through the standard Rails setup.

$ bundle install
$ rake db:{create,migrate}
$ rails s

Navigate to http://localhost:3000

Note: This should bring up an error, but you should be able to start the server fine.

Challenge

Sign up for a National Park Service API Key here

National Park Service API Docs

Complete the following user story

As a user,
When I select "Tennessee" from the form,
(Note: use the existing form)
And click on "Find Parks",
I see the total of parks found,
And for each park I see:
- full name of the park
- description
- direction info
- standard hours for operation

About


Languages

Language:Ruby 78.2%Language:HTML 15.8%Language:CSS 3.1%Language:JavaScript 2.9%