Skip to content

karuvally/wg2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wg2

Rewrite of weather-get in C

Introduction

weather-get was my first useful Python program.
It fetched data using the wunderground API. wg2 is an attempt to rewrite the original app in pure C. And that's it, there is not much more to it :D

Getting Started

  • Register at Weatherbit[http:https://weatherbit.io] and get the API key
  • Update the file weather_url with city, country and your API key
  • Run ./wg2 to get the current weather!

Roadmap

  • Make forecast available
  • Proper makefile
  • Better documentation
  • Better configuration file
  • Command line argument support

Authors

  • Aswin Babu Karuvally - Initial work

License

This project is licensed under the MIT License - see the LICENSE file for details

About

weather-get rewrite in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published