Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vixalien/ussd-test-deno
Test your USSD endpoints with Deno
https://github.com/vixalien/ussd-test-deno
deno test ussd
Last synced: 12 days ago
JSON representation
Test your USSD endpoints with Deno
- Host: GitHub
- URL: https://github.com/vixalien/ussd-test-deno
- Owner: vixalien
- License: mit
- Created: 2023-07-28T10:17:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T16:16:01.000Z (about 1 year ago)
- Last Synced: 2024-04-15T16:08:11.504Z (8 months ago)
- Topics: deno, test, ussd
- Language: TypeScript
- Homepage: https://ussd-test-deno.deno.dev/
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# USSD Test Deno
This is a simple app that tests your USSD endpoints. Built with Deno.
## Usage
### Hosted version
There is a hosted version of this app at
[ussd-test-deno.deno.dev](https://ussd-test-deno.deno.dev) but you will probably
want to run it locally because of CORS issues.### Running locally
1. Install [Deno](https://deno.land/getting_started/installation)
2. Clone this repo
3. Run `deno task start` to start the server
4. Visit `http://localhost:8000` and start testing your USSDs## Licence
MIT