Passer en mode nuit | Français

About StationFinder

The project

StationFinder is a web application developed as part of the Web Development course in the L2 Computer Science degree (semester 4) at CY Cergy Paris University.

In response to rising fuel prices, we designed a tool allowing drivers to quickly find the cheapest gas stations near them, in real time.

Data comes directly from official French government sources and is updated continuously.

The team

Name Degree University
PIRABAKARAN Parthipan L2 Informatique — S4 CY Cergy Paris Université
HANANE Sanaa L2 Informatique — S4 CY Cergy Paris Université

Technologies used

Technology Usage
HTML5 Page structure and semantics
CSS3 Styling, responsive design, day/night mode
PHP 8 Server-side processing, API calls, cookie management
API Gouvernementale Real-time fuel prices (data.economie.gouv.fr)
ipinfo.io Approximate geolocation by IP address (JSON)
ip2location.io IP address geolocation (XML)
Ghibli API Demonstration of REST JSON API handling