Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hzswdef/url-shorter


https://github.com/hzswdef/url-shorter

Last synced: 5 days ago
JSON representation

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`.