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: 11 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 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T02:37:56.000Z (about 3 years ago)
- Last Synced: 2025-04-28T14:08:49.322Z (11 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: 0
- 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)