anon0mys / parks-finder-7

Parks Finder repo for practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Parks Finder repo for practice


Languages

Language:Ruby 80.9%Language:HTML 16.8%Language:CSS 1.7%Language:JavaScript 0.6%