https://github.com/ototot/url-shortener
A simple url shortener
https://github.com/ototot/url-shortener
Last synced: about 1 month ago
JSON representation
A simple url shortener
- Host: GitHub
- URL: https://github.com/ototot/url-shortener
- Owner: oToToT
- Created: 2019-08-25T14:12:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T05:56:15.000Z (about 1 month ago)
- Last Synced: 2025-04-14T11:18:56.722Z (about 1 month ago)
- Language: Vue
- Homepage: https://dve.tw
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
url-shortener
===
## Request Handling
- Google Cloud Functions
- function/src/### Test
```
cd function/
npm install
npm start
```