Live data from Hacker News

Ask HN: What are you currently working on? [April 2016 version]

news.ycombinator.com

1–10 of 28 posts

Re: Ask HN: What are you currently working on? [April 2016 version]

#5
https://github.com/gmr/httpc-aws

An Erlang based AWS client that intends to be a thin wrapper for httpc. What makes it different than other Erlang based AWS clients is configuration and credentialing. Config and credentials can be set in the app config, OS environment variables, AWS CLI configuration files, or by accessing the AWS EC2 Instance Metadata API.

Re: Ask HN: What are you currently working on? [April 2016 version]

#9

Favor - like phonegap or jquery for IoT. A consistent api to across different hardware and let's you write it all in Javascript. https://github.com/favor/it

This is very nice. I like how you leverage the idioms of jquery to provide a very readable API. I'm definitely trying it out.

Re: Ask HN: What are you currently working on? [April 2016 version]

#10
post #5

https://github.com/gmr/httpc-aws An Erlang based AWS client that intends to be a thin wrapper for httpc. What makes it different than other Erlang based AWS clients is configuration and credentialing. Config and credentials can be set in the app config, OS environment variables, AWS CLI configuration files, or by accessing the AWS EC2 Instance Metadata API.

Beautiful code there.
Post reply on HN