Node interface for the Lokalise APIv2.
View the Project on GitHub lokalise/node-lokalise-api
npm test
)npm run lint:fix
.npm run-script build
dist/
folderThis library is tested with Node 10+. To test it locally:
.env.example
file as .env
. Put your API token inside. The .env
file is excluded from version control so your token is safe. All in all, we use pre-recorded cassettes, so the actual API requests won’t be sent. However, providing at least some token is required.npm test
. Observe test results and coverage.cd docs
bundle exec jekyll serve --baseurl=''
.http://localhost:4000
and observe the docs.