0.5.30 • Published 12 months ago

bc-frontend-library v0.5.30

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

Binary Cloud Frontend NPM library

Overview

The Binary Cloud Frontend library allows you to seamlessly interact with a Strapi server to fetch pages and their respective data. This library is designed to simplify the process of retrieving and displaying content managed by Strapi in your frontend application.

Installation

To use the Binary Cloud Frontend library, you need to install it via npm. Run the following command in your project directory:

npm install bc-frontend-library

After installing the library, you can start using it to fetch pages and their data. The primary function you'll interact with is getPage. Additionally, the PAGES constant provides a list of all existing pages on the server.

Import the Library

import { getPage } from 'bc-frontend-library';

Add variables in env file

NEXT_PUBLIC_STRAPI_API_URL=https://binarycloudnz-backend.binarycloud.nz
NEXT_IMAGE_DOMAIN=binarycloudnz-backend.binarycloud.nz

Add configuration in next config

const nextConfig = {
  images: {
    remotePatterns: [
      {
        protocol: "https",
        hostname: process.env.NEXT_IMAGE_DOMAIN,
      },
    ],
  },
};

Fetch a Page

Use the getPage function to retrieve a specific page and its data. You'll need to pass the name of the page as a prop

0.5.30

12 months ago

0.5.29

12 months ago

0.5.28

12 months ago

0.5.27

12 months ago

0.5.26

12 months ago

0.5.25

12 months ago

0.5.24

12 months ago

0.5.23

12 months ago

0.5.22

12 months ago

0.5.21

12 months ago

0.5.20

12 months ago

0.5.19

12 months ago

0.5.18

12 months ago

0.5.17

12 months ago

0.5.16

12 months ago

0.5.15

12 months ago

0.5.14

12 months ago

0.5.13

12 months ago

0.5.12

12 months ago

0.5.11

12 months ago

0.5.10

12 months ago

0.5.9

12 months ago

0.5.8

12 months ago

0.5.7

12 months ago

0.5.6

12 months ago

0.5.5

12 months ago

0.5.4

12 months ago

0.5.3

12 months ago

0.5.2

12 months ago

0.5.1

12 months ago

0.5.0

12 months ago

0.4.9

12 months ago

0.4.8

12 months ago

0.4.7

12 months ago

0.4.6

12 months ago

0.4.5

12 months ago

0.4.4

12 months ago

0.4.3

12 months ago

0.4.2

12 months ago

0.4.1

12 months ago

0.4.0

12 months ago

0.3.9

12 months ago

0.3.8

12 months ago

0.3.7

12 months ago

0.3.6

12 months ago

0.3.5

12 months ago

0.3.4

12 months ago

0.3.3

12 months ago

0.3.2

12 months ago

0.3.1

12 months ago

0.3.0

12 months ago

0.2.9

12 months ago

0.2.8

12 months ago

0.2.7

12 months ago

0.2.6

12 months ago

0.2.5

12 months ago

0.2.4

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.9

12 months ago

0.1.8

12 months ago

0.1.7

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago