UNPKG

906 BMarkdownView Raw
1# appnext-node
2
3### Installing
4
5A step by step series of examples that tell you how to get a development env running
6
7Say what the step will be
8
9```
10npm i --save hasoffers-node
11```
12
13### And coding style tests
14
15Explain what these tests test and why
16
17```
18Give an example
19```
20
21## Deployment
22
23```
24let options = {
25 id: "id" --(type: String, default: "")
26 pimg: 1 --(type: Number, default: 1)
27 city: 1 --(type: Number, default: 1)
28 ua: 1 --(type: Number, default: 1)
29}
30const Appnext_Node = require('appnext-node');
31let appnext = new Appnext_Node({id: "id"});
32
33appnext.getOffer()
34 .then(data => {
35 })
36 .catch(err => {
37 })
38
39```
40
41## Versioning
42
43
44## Authors
45
46* **Mihail Martyniuk** - *Initial work* - [Lon03](https://github.com/Lon03)
47
48## License
49
50This project is licensed under the MIT License;
51
52## Acknowledgments
53
54* Hat tip to anyone whose code was used
55* Inspiration
56* etc
\No newline at end of file