Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 843 Bytes

README.md

File metadata and controls

45 lines (36 loc) · 843 Bytes

Open Code Compiler

Install helper

# using make
make helper

# or manually
yarn install --cwd .helper
composer install --working-dir .helper

Generate token

# using make
make token

# using php
php .helper/scripts/token.php

# using curl
curl -X POST -H "Content-Type: application/json" https://api.rivolink.mg/api/auth \
-d '{
  "username": "Anonymous",
  "password": "a439579cae86060066478decd838bc39"
}' | jq -r '.token // ""' > src/private/token.txt

Build your own version

# using make
make build

# using php
php .helper/scripts/build.php

Credits

This project uses :