Theon-X is a website built with Next.js and Express.js that provides live news and cryptocurrency prices.
- Live news using the Cryptopanic API
- Live cryptocurrency prices using the CoinGecko API
Prerequisites Before you get started, make sure you have the following requirements installed on your machine:
- Node.js
- npm
Clone this repository to your local machine: Copy code
git clone https://github.com/theonrex/theon-X
cd theon-x
Copy code
npm install
Create a file called .env in the root of the project and add the following environment variables: Copy code
CRYPTOPANIC_API_KEY=YOUR_API_KEY
Replace YOUR_API_KEY with your actual API keys for Cryptopanic.
Start the development server: Copy code
npm run dev
The website should now be running at http://localhost:3000.
Deployment To deploy theon-x to a production environment, follow these steps:
Build the production version of the website:
npm run build
- Next.js - A framework for building server-rendered React applications
- Express.js - A web framework for Node.js
- Cryptopanic API - A cryptocurrency news API
- CoinGecko API - A cryptocurrency price API