https://github.com/aburd/get-building-information
A small script that collects building information for me
https://github.com/aburd/get-building-information
Last synced: 5 months ago
JSON representation
A small script that collects building information for me
- Host: GitHub
- URL: https://github.com/aburd/get-building-information
- Owner: aburd
- Created: 2016-12-29T07:21:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-29T07:26:05.000Z (over 9 years ago)
- Last Synced: 2024-12-31T05:16:53.365Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is this?
It's a small scraping script that uses bluebird, cheerio, and request libraries.
## How to use
1. git clone
2. cd in
3. npm install
4. In terminal, node index.js (npm start uses 'nodemon index.js', nodemon doesn't like this for some reason)