An open API service indexing awesome lists of open source software.

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

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)