Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librariesio/npm-update-stream
:hamster: Feed of names of recently updated node modules from npm
https://github.com/librariesio/npm-update-stream
librariesio npm updates
Last synced: about 2 months ago
JSON representation
:hamster: Feed of names of recently updated node modules from npm
- Host: GitHub
- URL: https://github.com/librariesio/npm-update-stream
- Owner: librariesio
- License: agpl-3.0
- Created: 2017-02-08T12:03:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T15:52:40.000Z (about 4 years ago)
- Last Synced: 2024-04-12T16:11:10.301Z (9 months ago)
- Topics: librariesio, npm, updates
- Language: JavaScript
- Size: 50.8 KB
- Stars: 9
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [npm update stream](https://libraries.io/github/librariesio/npm-update-stream)
A feed of names of recently updated node modules from npm for [Libraries.io](https://libraries.io)
## Install
```bash
git clone https://github.com/librariesio/npm-update-stream.git
npm install -g yarn
yarn install
```## Getting started
Make sure you have the right engine installed, check the `.nvmrc`
```
$> nvm use
$> node index.js
```## Development
Source hosted at [GitHub](http://github.com/librariesio/npm-update-stream).
Report Issues/Feature requests on [GitHub Issues](http://github.com/librariesio/npm-update-stream/issues).### Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a future version unintentionally.
* Send me a pull request. Bonus points for topic branches.## License
Copyright (c) 2017 Andrew Nesbitt, Licensed under GNU Affero General Public License. See [LICENSE](https://github.com/librariesio/npm-update-stream/blob/master/LICENSE.txt) for details.