My first project as a web developer

Over the last two months I have been teaching myself how to program using the language Ruby. While its been nice just doing tutorials and stuff online, this week I set my mind to actually trying to build something and put it online.

So...... I give you, Clearli, a simple weather app that geocodes your IP and tells you the weather in a couple easy to understand sentences. The biggest difference between my app and other weather apps is that Clearli tells you the weather in relation to the weather for the previous day.

I've still got to register a domain name but, feel free to check it out, use it whenever, and feedback is appreciated!

http://clearli.herokuapp.com/

 
It works for me but...........what if yesterday, I wasn't where I am today. I'd be lost!!!!!

Definitely an original idea though.
 
hah very true, my next iteration will have the option to search for a location as well as just ahve it check where you are. Thanks tho
 
Love it! I like the overall design but the only thing that bothers me is that it doesn't tell me the actual weather. Other than that great concept and best of luck with your programming. I've been wanting to learn but never got the hang of it.
 
needs more padding up top, it was cutting off the text for my browser
 
Thanks man, yeah not so much as a weather forecast as a quick reference for current conditions. But really just focusing on having some sort of project that will help me learn but is also kind of cool and unique
 
hmmm yeah I'm going to ahve to look into that. Pretty much right now its telling people the difference in temperature (in celsius) followed by either warmer or colder and a few different scales of windiness. Then it looks at the difference in cloud cover between today and yesterday and have a few different statements based on the difference in cloud cover. So... hopefully if its saying its beautiful its sunny where you are and yesterday it was cloudy?
 
I was confused why it was only 1 degree warmer, since it was cold as fuck yesterday and what seems like much warmer today,

I guess cause im used to F and its in C
 
My worry is that it gave me the weather for Edmonton despite my being in Calgary. The 300km makes a pretty big difference as far as temperature/general weather goes.
 
I'll have to check that, the same thing happened to one of my fiends. I think it has something to do with the fact that it's checking your IP which may be routed through another place? It might end up easier to have the user input their address the 1st time and then just have it saved after that
 
Very cool. You should add something that says "in a few hours it will be _______" easy to understand and follows the simplicity of your website.
 
Back
Top