appnext-node

Appnext Api

Usage no npm install needed!

<script type="module">
  import appnextNode from 'https://cdn.skypack.dev/appnext-node';
</script>

README

appnext-node

Installing

A step by step series of examples that tell you how to get a development env running

Say what the step will be

npm i --save appnext-node

And coding style tests

Explain what these tests test and why

Give an example

Deployment

let options = {
    id: "id" --(type: String, default: "")
    pimg: 1 --(type: Number, default: 1)
    city: 1 --(type: Number, default: 1)
    ua: 1 --(type: Number, default: 1)
}
const Appnext_Node = require('appnext-node');
let appnext = new Appnext_Node({id: "id"});

appnext.getOffer()
        .then(data => {
        })
        .catch(err => {
        })

Versioning

Authors

  • Mihail Martyniuk - Initial work - Lon03

License

This project is licensed under the MIT License;

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc