Skip to content

turingschool-examples/parks-finder-7

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •