The aim of this project is to create application which would search images by various free licenses(CC, CC0, etc). The sources for images would be
As mentioned above, the main purpose of this project is simple image search. This would be performed on the main page. User would type the keyword or phrase to search input. When user clicks "Search" - the browser requests the server. Server requests APIs of image servers(flickr.com, wikimedia, ...) and it returns modified results (containing predefined data as title, author, thumb, ...). Then the browser processes it and shows user-friendly results.
warning: this project is under the construction - there could be nothing working:)