@sylverfox/poeditor
v0.1.1
Published
POEditor API wrapper for Node.js
Downloads
3
Maintainers
Readme
POEditor
A simple POEditor API wrapper for Node.js
Installation
yarn add @sylverfox/poeditor
Usage
import * as POEditor from '@sylverfox/poeditor'
POEditor.projects.list('<api_token>')
.then({ projects } => console.log(projects))
For all available actions, see the API reference