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.

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