minifier

A url minifier built in NodeJs ExpressJS and MySQl using Sequelize ORM

0
0
JavaScript

Axe

A sandbox environment for learning programming languages and fraweworks by
building URL minifiers

Table of Contents

Description

Getting Started

git clone https://github.com/opeolluwa/axe
cd otter
npm install

Language Integration

see the documentation for the following
language integration

  • [x] Bash
  • [x] Go
  • [x] JavaScript
  • [x] Kotlin
  • [x] Node.js
  • [x] Rust

Integration

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>"
}'

License

This project is licensed and distributed inder the MIT License