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: about 1 month ago
JSON representation
A node app that grabs Ember.VERSION from an array of sites
- Host: GitHub
- URL: https://github.com/ezy/pinocchio
- Owner: ezy
- License: mit
- Created: 2018-10-23T21:11:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T08:58:19.000Z (about 6 years ago)
- Last Synced: 2025-09-02T04:45:45.042Z (10 months ago)
- Topics: ember, node, nodejs, scraper, version-check, version-checker, versioning
- Language: JavaScript
- Homepage:
- Size: 338 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.