A url minifier built in NodeJs ExpressJS and MySQl using Sequelize ORM
Fast and seamless URL minifier API
To host the application on your servers, fork the project, afterwards, clone it to your machine and install the dependencies
git clone https://github.com/<your-github-username>/otter
cd otter
npm install
The following are required to run the project locally
Get started with cURl
curl -X POST \
'https://carbonyl.conrender.com/api/v2/minify' \
--header 'Accept: */*' \
--header 'Content-Type: application/json' \
--data-raw '{
"url":"<url-goes-here>"
}'
see the documentation for the following language integration
This project is proprietary software owned by Adeoye Adefemi and distributed inder the MIT License