benlk / thunderhugs

A Twitter bot to tweet when the weather will result in thunderstorms, and associated scripts
Other
0 stars 0 forks source link

Parse nws output into tweet #2

Open benlk opened 9 years ago

benlk commented 9 years ago

Output should be at most 140 chars, probably shorter. Let's aim for 120.

benlk commented 9 years ago
benlk commented 7 years ago

Using the new Forecast API, this is going to have to parse JSON of all products for this location. Is there a better way to parse json than using javascript? Likely not. Node.js ahoy!