adamwynne / twitter-api

Async io interface to all the twitter APIs
372 stars 64 forks source link

README.md: enhance the streaming example #79

Open bzg opened 6 years ago

bzg commented 6 years ago

Use #(json/read-str % :eof-error? false :key-fn clojure.core/keyword) instead of json/read-json which is depracated and throws an error when called with an empty string.

See https://github.com/adamwynne/twitter-api/issues/78