@sylverfox/poeditor
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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

License

MIT

/@sylverfox/poeditor/

    Package Sidebar

    Install

    npm i @sylverfox/poeditor

    Weekly Downloads

    0

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    18.3 kB

    Total Files

    6

    Last publish

    Collaborators

    • sylverfox