Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hzswdef/url-shorter
https://github.com/hzswdef/url-shorter
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hzswdef/url-shorter
- Owner: hzswdef
- Created: 2021-12-20T20:41:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T14:26:46.000Z (27 days ago)
- Last Synced: 2025-01-10T15:35:26.191Z (26 days ago)
- Language: SCSS
- Size: 2.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URL_shorter
My first-ever pet project.
### Stack:
- HTML
- CSS ( SASS )
- JavaScript ( JQuery )
- PHP
- SQL (MySQL)### API:
Example of GET Request - `/api?token={TOKEN}&url={URL}`
```js
/* JSON Response */
{
"url": "http://domain.com/xDrTU"
}
```
**API** represented in `api.php`.