0.1.7 • Published 5 years ago

@centrepointmedia/free-features v0.1.7

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

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago