Get Started
Prerequisites
Counter API is a REST API to help developers to keep their count data online. It is design to use in static applications where you do not have backend to store your data.
- Node.js 10+
- Yarn Classic (Optional)*
- If your project is using webpack 3.x, you may notice some installation issues with npm. In this case, we recommend using Yarn.
Quick Start
The fastest way to get Counter API for your project, install it with yarn
or npm
.
To use it, open up your terminal in the desired directory and run the following command:
yarn add counterapi
npm install counterapi