Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ezy/pinocchio
- Owner: ezy
- License: mit
- Created: 2018-10-23T21:11:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T08:58:19.000Z (almost 5 years ago)
- Last Synced: 2024-11-24T14:12:04.810Z (2 months ago)
- Topics: ember, node, nodejs, scraper, version-check, version-checker, versioning
- Language: JavaScript
- Homepage:
- Size: 338 KB
- Stars: 1
- Watchers: 3
- 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`.