Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Weatherunderground consumer :)
I always like to learn by writing a weather api consumer -
@netikras Mhm, never done anything with weather APIs, do you know of any that don't require any form of signup?
-
C0D4681382yTypical "take home" projects include:
- Weather ApI and UI
- Air traffic data for a few select flights on a map of your choice.
- product management application with full CRUD, if it's a fullstack position, then a basic UI to utilise the API's
- tiktaktoe with a NPC. -
@ElectroArchiver Not really. A quick google search gave this among the results:
https://open-meteo.com/en
curl "https://api.open-meteo.com/v1/..."
relies on long/lat, so you may have to combine it with some other API to obtain coordinates -
@bigmonsterlover Well there isn't one.
Right now I want to start with JavaScript, but in general I want to cover any language~
Not sure if I should implement different things in different languages, but considering that it isn't about showing the difference between languages, I think I will use multiple project ideas.
Also for my own sanity, doing the same in every language sounds like a pain.. -
atheist99292yhttps://rosettacode.org/wiki/...
For the "doing the same in every language", rosetta code is the thing
Related Rants
Ideas for an example project?
I want to visualize a coding style
and for this implement something
small that still has more to it than
a Hello World.
question
ideas
project
code