Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martin-g/my-first-github-app
A Github App for testing purposes
https://github.com/martin-g/my-first-github-app
Last synced: about 2 months ago
JSON representation
A Github App for testing purposes
- Host: GitHub
- URL: https://github.com/martin-g/my-first-github-app
- Owner: martin-g
- License: mit
- Created: 2024-02-29T09:21:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-29T09:25:48.000Z (10 months ago)
- Last Synced: 2024-10-16T20:27:33.367Z (3 months ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# my-first-app
> A GitHub App built with [Probot](https://github.com/probot/probot) that A Probot app
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## Docker
```sh
# 1. Build container
docker build -t my-first-app .# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= my-first-app
```## Contributing
If you have suggestions for how my-first-app could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2024 Martin Tzvetanov Grigorov