Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cshaa/korejtka
Multirepo for the Korejtka project
https://github.com/cshaa/korejtka
Last synced: about 2 months ago
JSON representation
Multirepo for the Korejtka project
- Host: GitHub
- URL: https://github.com/cshaa/korejtka
- Owner: cshaa
- Created: 2023-01-14T15:57:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T23:35:58.000Z (over 1 year ago)
- Last Synced: 2024-10-14T19:38:28.169Z (3 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use
Create a `secrets.json` file with the following structure:
```json
{
"kaktus": {
"username": "my-kaktus-username",
"password": "my-kaktus-password"
}
}```