TransferTo Airtime API Demo Application
1.4K
This image allows you to run a proxy server to the Transfer-To Airtime service using the T2-Airtime gem.
Docker CE installed on your local or development machine.
export T2_SHOP_USER=<your_username>
export T2_AIRTIME_KEY=<your_token>
export CORS_ORIGIN=<your_frontend_address>
docker run -d \
--name t2_airtime \
-p 3000:3000 \
-e T2_SHOP_USER \
-e T2_AIRTIME_KEY \
-e CORS_ORIGIN \
voxbox/t2_airtime
docker logs t2_airtime -f
The container is available as open source under the terms of the MIT License.
Content type
Image
Digest
Size
82.2 MB
Last updated
about 9 years ago
docker pull voxbox/t2-airtime