crowdin-api
v4.0.0
Published
API client for Crowdin
Downloads
1,284
Readme
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) {...});