updated README
This commit is contained in:
parent
d9d668b5e0
commit
b091f103ce
10
README.md
10
README.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user