1.0.6 • Published 9 months ago

leumas-react-traffic-data v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Leumas React Traffic Data

Grab an API Key from apikeys.leumas.tech

You must have a Leumas account, and a Leumas PRO membership to receive an API Key

Signup at https://leumas.tech/signup

Purchase your membership: 19.00 m/o https://leumas.tech/membership-account/membership-levels/

Login to Leumas API Portal https://apikeys.leumas.tech/login

Generate your API key, it will be saved so dont worry

install in your React Project

npm i leumas-react-traffic-data

Import Code

  • You can drop this on any page or any component to Track Its usage with our database

Reccomended Setup

Add API Key to Environment Variables:

  • Create a .env file (if not already present) in the root of your project and add your API key:
VITE_REACT_APP_TRAFFIC_DATA_API_KEY=your_api_key_here

Import and Use the TrafficData Component:

function App () => {
    return(
        <div>
            <TrafficData
                pageName=""
                apiKey={`${import.meta.env.VITE_REACT_APP_TRAFFIC_DATA_API_KEY}`}
            />
        </div>
    )
}

Track Your Usage

Everytime a person visits your store we will update your page views, Let you know their device viewing on, their IP, Number of total page views, and potentially more in the future.

To visit your dashboard and track your usage, please use our API or our Dashboard. Note that the dashboard feature is not yet implemented.

1.0.6

9 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago