Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bevry-archive/watchersto
Fetch a github projects watchers and exports them to either json, csv or vcf formats
https://github.com/bevry-archive/watchersto
Last synced: about 9 hours ago
JSON representation
Fetch a github projects watchers and exports them to either json, csv or vcf formats
- Host: GitHub
- URL: https://github.com/bevry-archive/watchersto
- Owner: bevry-archive
- Created: 2011-04-15T04:21:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-23T22:50:14.000Z (over 12 years ago)
- Last Synced: 2024-08-05T22:38:41.727Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license/MIT.txt
Awesome Lists containing this project
README
# Welcome to WatchersTo
Fetch a github projects watchers and exports them to either json, csv or vcf formats
## Installation
npm install -g watchersto
## Usage
1. Export to JSON
watchersto balupton/history.js
or
watchersto balupton/history.js watchers.json2. Export to CSV
watchersto balupton/history.js watchers.csv
3. Export to VCF
watchersto balupton/history.js watchers.vcf
## License
Licensed under the [MIT License](http://creativecommons.org/licenses/MIT/)
Copyright 2011 [Benjamin Arthur Lupton](http://balupton.com)