robotnic / energyaustria

Energiezukunft Österreich
0 stars 0 forks source link

split single file server to data provider and data scraper. #1

Closed robotnic closed 6 years ago

robotnic commented 6 years ago

Software Architecture

The API is designed to be easy to use by client developers. The server provides access to multiple data sources. A reload mechanism reloads the data from its original source and replaces the data.

At the moment this is all done in a single file nodejs express server. This should be more structured.

robotnic commented 6 years ago

done, but needs more split.