Skip to content

dakinedude/norsun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Norsun

Norsun is a simple weather application that fetches weather data for Oslo from the Norwegian Meteorological Institute (Met.no). The purpose of this project is to learn Go.

Features:

  • Fetches weather data from Met.no.
  • Displays current temperature, wind speed, and precipitation details.
  • Shows upcoming weather information for the next 6 hours.

First:

Install Go. You can download and install Go from here.

Usage:

  1. Clone the repository:

    git clone https://github.com/yourusername/norsun.git
  2. Navigate into the project directory:

    cd norsun
  3. Build the program:

    go build .
  4. Install the program:

    go install
  5. Run the program with or without specifying the amount of days

  6. norsun 3

This will fetch the current weather for Oslo and display relevant information like the temperature and wind speed.


License:

This project is for educational purposes only and is free to use.

About

weather app in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages