0.4.0-alpha • Published 8 years ago
devshare v0.4.0-alpha
devshare
Client library to simplify communication with the devShare service
Features
- File system interaction
- Projects management
- Users management
- Cloud interface
Getting Started
devShare is universal, so it can be used client-side or server-side.
NPM
Install:
npm install --save devshare
Include and use
devshare
:ES6
import devshare from 'devshare' devshare.login(auth) .then(user => console.log('Successful login', user)) .catch(error => console.error('Error logging in', error))
ES5
var devshare = require('devshare') devshare.login(auth) .then(function (user) { console.log('Successful login', user) }) .catch(function (error) { console.error('Error logging in', error) })
API Documentation
0.4.0-alpha
8 years ago
0.3.0
9 years ago
0.2.1
9 years ago
0.2.0
9 years ago
0.1.5
9 years ago
0.1.4
9 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago
1.0.0
10 years ago