The idea behind this homepage is to have the appearance of a terminal using the Dracula Theme
- Clone this project using
[email protected]:eliveltonsales/homepage-terminal.git
. - Add your links to the 'links.json' file.
- group: Title of the link group.
- label: Visible link text on the homepage.
- url: The link's destination.
- Add weather information to the 'script.js' file.
- Obtain an API key from OpenWeatherMap
- Add your latitude and longitude information.
- Host the homepage locally and set the 'index.html' file as the homepage in your preferred browser.
└───terminal-homepage
└───terminal-homepage.png | Demonstrates how the homepage looks
└───index.html | The homepage
└───links.json | List where you put your links
└───README.md | What you're reading right now
└───script.js | Functions to load the links, the time and the temperature
└───style.css | The appearance