We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e299be commit 15a710aCopy full SHA for 15a710a
README.md
@@ -7,6 +7,30 @@ AngularJS services to consume [WP-API v2](http://v2.wp-api.org/)
7
8
<http://shprink.github.io/wp-api-angularjs/>
9
10
+## Installation
11
+
12
+### npm
13
14
+```
15
+npm install wp-api-angularjs
16
17
18
+then import the dist file
19
20
21
+# ES5
22
+require('wp-api-angularjs');
23
24
+# or ES6
25
+import 'wp-api-angularjs';
26
27
28
+### Bower
29
30
31
+bower install shprink/wp-api-angularjs
32
33
34
## Authentication
35
36
This library only supports basic auth. OAuth1 not being suitable for JS clients (it would mean exposing key and password out of the open)
0 commit comments