Hi Forum,
I'm quite new to common lisp, so please excuse my trivial question.
I am looking for a possibility to get the html-source of a website.
The idea is that a user can enter the name of a city, my app queries wikipedia and parses the coordinates of the city out of the responded html code. Together with the current date the app calculates the sun rising in this place. I admit this sounds kind of stupid, but it is important for my project (some kind of a (growth) analysis app for plants).
Well.. i hope you can give me a hint how i can get the source code of a website with a known url right out of my app.
PS: I'm working with sbcl on os x
I'm quite new to common lisp, so please excuse my trivial question.
I am looking for a possibility to get the html-source of a website.
The idea is that a user can enter the name of a city, my app queries wikipedia and parses the coordinates of the city out of the responded html code. Together with the current date the app calculates the sun rising in this place. I admit this sounds kind of stupid, but it is important for my project (some kind of a (growth) analysis app for plants).
Well.. i hope you can give me a hint how i can get the source code of a website with a known url right out of my app.
PS: I'm working with sbcl on os x