Skip to main content

What you’ll build

A news aggregator that automatically:
  • Polls RSS feeds for new content
  • Transforms and cleans incoming data
  • Stores articles in ButterCMS as draft pages
  • Provides an API to query and display aggregated content

Creating a news aggregator

Learn how to use Zapier and node.js to capture data from RSS feeds to automatically create ButterCMS pages you can edit.
If you don’t like Zeit, you can deploy via the Vercel CLI:
npm install -g vercel
vercel login
vercel
Vercel deployment outputNote your deployment URL - you’ll need to add /api to access your function.

Building a beautiful animated news app with Vue.js and Vuetify

A complete tutorial on how to build a beautiful, animated news application using Vue.js, Vuetify, and the News API.