0.1.7 • Published 3 years ago

@centrepointmedia/free-features v0.1.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago