/pyecharts-javascripthon-api-service

Bring pyecharts-javascripthon to python 2.7 and 3.4 users

Primary LanguagePythonMIT LicenseMIT

pyecharts-javascripthon-api-service

Bring pyecharts-javascripthon to python 2.7 and 3.4 users.

If you use python 3.5 and python 3.6, you do NOT need this service. Thanks for your reading.

Host the api server by yourself

Heroku

Please follow the heroku get started guide.

  1. You need to sign up a free account.

  2. Prepare the app

git clone https://github.com/pyecharts/pyecharts-javascripthon-api-service.git
cd pyecharts-javascripthon-api-service
  1. Deploy the app
$ heroku create
$ git push heroku master
  1. Use it
export SCRIPTHON_API_ENDPOINT=https://your_app.heroku.com/translate

Requirements

Python 3.6

License

MIT