evernode-js-client 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,26 +1,4 @@
1
- # Evernode js client
2
- Javascript client library for Evernode.
3
- (Only tested on NodeJS)
1
+ # Evernode library for nodejs and browser.
2
+ Evernode library contains helper methods to interact with Evernode ecosystem.
4
3
 
5
- ## Prerequisites
6
- ```
7
- npm i -g @vercel/ncc
8
- ```
9
-
10
- ## Publish to npm
11
- First, update the version in package.json.
12
- ```
13
- npm install
14
- npm login
15
- npm run publish
16
- ```
17
-
18
- ## Running tests
19
- ```
20
- cd test
21
- npm install
22
- node test.js
23
- ```
24
-
25
- ## NPM package
26
- https://www.npmjs.com/package/evernode-js-client
4
+ - [Source code](https://github.com/HotPocketDev/evernode-js-client)