This is a web application that allows users to create accounts and save their bird sightings.
-
Clone this repo to your local machine with
https://github.com/radville/bird-watcher -
Run
bundle installto add all gems from the Gemfile -
If the database has been cleared, populate app with Birds from https://wildlifenorthamerica.com/A-Z/Bird/family.html. To do this, in the terminal run
tuxand then enterBird.create_from_scraper(Scraper.scrape_birds). -
Load the development site by entering
shotgunin the terminal and going to the listed server in your browser.
- Sinatra - The web framework used
-
Fork this repo
-
Clone the repo to your local machine with
https://github.com/radville/bird-watcher -
Make your edits!
-
Create a new pull request
- Laura Radville - Initial work - (https://github.com/radville/)
This project is licensed under the MIT License - see the LICENSE.md file for details