Skip to content

Simple web server for personal weather information from AWN

License

Notifications You must be signed in to change notification settings

drice89/weather-mane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-mane

Simple web server for personal weather information from AWN

Uses the following technology

  • GORM
  • sqlite

Installation

go get -u gorm.io/gorm go get -u gorm.io/driver/sqlite go get github.com/lrosenman/ambient //Ambient Libray go get github.com/kylelemons/go-gypsy //YAML parser

config.yaml file

You must create a config yaml file with

env: [DEV, PROD]
awnApiKeys:
  apiKey: string
  appKey: string

About

Simple web server for personal weather information from AWN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages