Pointhubs provides a seamless sports experience with real-time data, focusing specifically on top football leagues. After setting up your environment variables and starting the app, you can explore various features related to the most prestigious football leagues.
Enjoy using Pointhubs and stay updated with the latest football league information!
If you encounter any issues, feel free to open an issue on GitHub.
Happy sports tracking! ⚽️🏆
To get started with PointHub, follow these steps:
1. Create an Account on Allsportsapi
PointHub relies on the AllSportsAPI to fetch sports data. To use the app, you need to create an account on AllSportsAPI and obtain an API key. Visit AllSportsAPI Admin to register and get your API key.
Create an .env.local file in the root directory of the project. Add the following environment variables:
NEXT_PUBLIC_API_KEY=your_api_key_here
NEXT_PUBLIC_API_URL=https://apiv2.allsportsapi.com/football/
Replace your_api_key_here with the API key you obtained from AllSportsAPI.
Open your terminal, navigate to the project directory, and run:
yarn
Once the dependencies are installed, you can start the app with:
yarn dev
Visit localhost in your browser to see PointHub in action!
We welcome contributions from the community! If you'd like to contribute to Pointhub, please follow these guidelines:
git clone https://github.com/your-username/pointhub.git
git checkout -b feature-name
git add .
git commit -m "Add your commit message here"
git push origin feature-name
We appreciate your contributions to make PointHub even better!
you can read the documentation here