Skip to content

Scrapes info about Oregon State University buildings

Notifications You must be signed in to change notification settings

classmere/building_scraper

Repository files navigation

building_scraper Build Status

Scrapes info about Oregon State University buildings, placing the data in a MongoDB database.

Running the code

Ensure the API_KEY and MONGO_URL environment variables are set and run:

npm install
npm start

Alternatively, you can run the scraper in docker-compose (the API_KEY environment variable will be passed on to the container):

docker-compose up

Running in docker-compose is intended only for development purposes. To aid in development, you can access the database via the mongo shell by running:

docker-compose run db_shell

Tests

Tests can be run with the standard npm test.

About

Scrapes info about Oregon State University buildings

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors