JuliaDataReaders / DataReaders.jl

A Julia library to get remote data via Requests.jl and get DataFrame (from DataFrames.jl) or TimeArray (from TimeSeries.jl)
MIT License
10 stars 7 forks source link

Fix issue errormessages #32

Closed ashishpriyadarshiCIC closed 6 years ago

ashishpriyadarshiCIC commented 6 years ago

Change in the url used in google/daily.jl as the current one is not working and change in the error message to make it more explanatory

scls19fr commented 6 years ago

Closes #30 Closes #28

Thanks @ashishpriyadarshiCIC

Next step it to tackle docstring / doc issue.