Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfcampbell/githubbot-serverless
A Typescript/Azure functions version of my old GithubBotRepo.
https://github.com/kfcampbell/githubbot-serverless
Last synced: 13 days ago
JSON representation
A Typescript/Azure functions version of my old GithubBotRepo.
- Host: GitHub
- URL: https://github.com/kfcampbell/githubbot-serverless
- Owner: kfcampbell
- Created: 2018-11-29T23:45:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:46:24.000Z (about 2 years ago)
- Last Synced: 2024-12-21T10:42:20.907Z (19 days ago)
- Language: TypeScript
- Size: 361 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# githubbot
## todo
- randomized amount of times/day committing
- tests
- use strong typing instead of __any__ everywhere## miscellaneous resources
- basic typescript example: https://github.com/TsuyoshiUshio/TypeScriptCosmosSpike
- azure functions core tools (including function setup): https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local
- docs for github api npm wrapper: http://github-tools.github.io/github/docs/3.1.0/Repository.html