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