Creating Providers

Create package.json and index.js

package.json
{
    "name": "air5-PROVIDER_NAME_HERE", 
    "version": "1.0.0",
    "description": "Air5 PROVIDER_NAME_HERE Adapter",
    "main": "index.js",
    "keywords": [
        "Air5",
        "PROVIDER_NAME_HERE",
        "Engine",
        "Adapter"
    ],
    "author": "PROVIDER_AUTHOR_HERE",
    "contributers: {
        "JairusSW": "<jairus.v.tanaka@outlook.com>"
    },
    "license": "Apache-2.0",
    "dependencies": {
        "node-avail": "^9.4.5"
    } 
}

Insert The Correct Value(s) Into The Replacement Fields.

Also, fill in README.md.

Finally, Make Your License.

Make sure to add your name to the copyright at row 191 of the license

Last updated

Was this helpful?