Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coffee-cup/tube-status
Tube statues
https://github.com/coffee-cup/tube-status
Last synced: about 2 months ago
JSON representation
Tube statues
- Host: GitHub
- URL: https://github.com/coffee-cup/tube-status
- Owner: coffee-cup
- Created: 2019-09-27T12:08:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:32:45.000Z (about 2 years ago)
- Last Synced: 2024-04-09T11:26:07.305Z (9 months ago)
- Language: TypeScript
- Homepage: https://tube-status.netlify.com
- Size: 1.67 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prodo Template
This is a template project for the [Prodo web framework](https://prodo.dev).
## Getting Started
### Install Dependencies
```shell
npm install
```### Development
```shell
npm start
```### Test
```shell
npm test
```