updated README

This commit is contained in:
Paul 2019-07-24 00:34:41 +02:00
parent d9d668b5e0
commit b091f103ce

View File

@ -1,5 +1,9 @@
# fuelprices # fuelprices
## Summary
weather is a small program that fetch weather informations, and store them to influxdb
## Usage ## Usage
```shell ```shell
@ -21,11 +25,11 @@ types=Gazole,SP95,SP98
[influxdb] [influxdb]
# Influxdb settings # Influxdb settings
hostname=host hostname=influxdb
database=me
port=8086 port=8086
username=influx username=influxdb
password=password password=password
database=database
``` ```
## License ## License