phraseapp-client

1.0.12 • Public • Published

PhraseApp client

A thin wrapper to handle requests to the PhraseApp API.

npm version Dependency Status

Examples

List your projects

const PhraseAppClient = require('phraseapp-client');

const phraseapp = new PhraseAppClient(
  'https://api.phraseapp.com/v2',
  process.env.PHRASEAPP_ACCESS_TOKEN,
);

(async () => {
	console.log(await phraseapp.listProjects());
})();

Readme

Keywords

none

Package Sidebar

Install

npm i phraseapp-client

Weekly Downloads

46

Version

1.0.12

License

MIT

Unpacked Size

19.6 kB

Total Files

12

Last publish

Collaborators

  • birkestroem