Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (28 loc) · 2.29 KB

README.md

File metadata and controls

35 lines (28 loc) · 2.29 KB

Radio-Canada Mini

This project was taken down by a DMCA request from Radio-Canada. It is no longer maintained. The API that was used to fetch the data is also no longer available. The radio-canada.ca frontend is now fetching data from a GraphQL API.

RIP Radio-Canada Mini, 2021-2024.

If you'd like to see what the project looked like, you can still see it on the Internet Archive Wayback Machine.

This was an attempt at making a French version of the CBC Lite website: cbc.ca/lite

Fetching data from the Radio-Canada API at build time, Eleventy creates pages for every news stories on the main Radio-Canada.ca sections.

MVP Roadmap

  1. Establish minimal list of lineups to fetch data from ✅
  2. Hosted on Github, deployed and served by Vercel ✅
  3. Return 10 news stories from the main lineups ✅
  4. Minimalist, unintrusive design ✅
  5. Trigger build with cron, calling the build hook from Vercel ✅

To do