Skip to content
/ axe Public

A sandbox environment for learning new programming languages and frameworks by implementing a URL minifier

License

Notifications You must be signed in to change notification settings

opeolluwa/axe

Repository files navigation

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

  • Bash
  • Go
  • JavaScript
  • Kotlin
  • Node.js
  • 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

About

A sandbox environment for learning new programming languages and frameworks by implementing a URL minifier

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published