This repository is for providing a simple Demo React app built using the Perigon API for Displaying Latest Stories about Electrical Vehicles and the ability to view the story timeline and verify with the help of contextual intelligence
The app uses vite to make it easy for anyone to clone the repo and start the project.
To start the project development server, you can use the dev script:
for pnpm:
pnpm run dev
If you prefer npm:
npm run dev
The first thing you will see when you go to the main webpage of the app, is an input to insert your Perigon API key. You can find your API Key in your Dashsboard.
You can create a Perigon account and get a free access to the API through the sign-up page.
Once you insert your valid API key you will get all recent stories about Electrical Vehicles fetched using the Perigon /stories
endpoint.
Here's a screenshot of the app
the project is under the MIT license