0.1.7 • Published 4 years ago

@centrepointmedia/free-features v0.1.7

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Installation

npm install --save @centrepointmedia/free-features

Usage

import {FreeFeatures} from "@centrepointmedia/free-features";
import express from "express";

const app = express();
const contentManager = FreeFeatures({hostname: "mydomain.com"});
app.get("/", async (req, res) => {
	const content = await contentManager.articles().tag('YOUR_TAG');
	res.send(content.html);
});
0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago