Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cutenode/nodekitten
NodeKitten, The GitHub Actions Edition
https://github.com/cutenode/nodekitten
api azure azure-functions faas node nodejs serverless twitter twitter-api twitter-bot
Last synced: 3 months ago
JSON representation
NodeKitten, The GitHub Actions Edition
- Host: GitHub
- URL: https://github.com/cutenode/nodekitten
- Owner: cutenode
- Created: 2019-04-03T00:54:48.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T02:37:56.000Z (about 2 years ago)
- Last Synced: 2024-04-25T00:29:40.920Z (10 months ago)
- Topics: api, azure, azure-functions, faas, node, nodejs, serverless, twitter, twitter-api, twitter-bot
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodekitten
This repository pulls the latest Node versions from https://nodejs.org/dist/index.json using an hourly cronjob. When ever it finds new versions, it creates [repository dispatch events](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#repository_dispatch) for every new node version.
The repository dispatch event name is `nodekitten`. The `client_payload` is
```js
{
"version": "12.21.0",
"date": "2021-02-23",
"npm": "6.14.11",
"v8": "7.8.279.23",
"libuv": "1.40.0",
"openssl": "1.1.1j",
"lts": "Erbium",
"security": true
}
```In order to receive the events on your repository, install the [nodekitten app](https://github.com/apps/nodekitten)