Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ezy/pinocchio

A node app that grabs Ember.VERSION from an array of sites
https://github.com/ezy/pinocchio

ember node nodejs scraper version-check version-checker versioning

Last synced: 3 days ago
JSON representation

A node app that grabs Ember.VERSION from an array of sites

Awesome Lists containing this project

README

        

# Pinocchio ==========>

### Running Locally

Make sure you have Node.js installed.

- `git clone https://github.com/ezy/pinocchio` # or clone your own fork
- `cd pinocchio`
- `npm install`

There's a cleaner file that will take an array of objects from a data source as
described in `data-raw/test.json` and generate output data in `data/test.json`.

Once you have your array of URLs in the same format as `data/test.json`, you can
add the file location string to `getEV('data/test.json');` in `app.js` and then run
the app using `npm start`.