crowdin-api

4.0.0 • Public • Published

Crowdin API

API client for the Crowdin API.

Usage

var CrowdinApi = require('crowdin-api');
var api = new CrowdinApi({
  apiKey: 'abcd', // Get this from your project page
  project: 'project-name'
});

api.updateFile(files, ...).then(function(result) {...}).catch(function(err) {...});

Readme

Keywords

none

Package Sidebar

Install

npm i crowdin-api

Weekly Downloads

113

Version

4.0.0

License

MIT

Unpacked Size

20.7 kB

Total Files

4

Last publish

Collaborators

  • holm