chronoscio / frontend

Frontend repository for the ChronoScio project
https://chronoscio.now.sh
GNU General Public License v3.0
3 stars 0 forks source link

Create an `api` package to handle backend responses #21

Closed amaury1093 closed 5 years ago

amaury1093 commented 5 years ago

Create a @chronoscio/api package, where we:

So that basically we have: backend ---send json--->@chronoscio/api, who processes and normalizes data ---sends normalized, typed data ---> rest of app

cc @whirish let's do this after we merge your PR.

quorth0n commented 5 years ago

Closed via #24