Skip to content

Marko.js and MaterializeCSS UI showing the latest tweets containing a hashtag.

Notifications You must be signed in to change notification settings

sorcamarian/markojs-twitter-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marko.js UI Twitter API consumer

Source codes for a User Interface built with Marko.js and MaterializeCSS which consumes a API built with Express.js and the npm plugin: twitter that requests data from Twitter API.

Live at: https://marko-twitter-api-paodlkdbyp.now.sh/ hosted by Zeit.co

Local ussage

1) Prepare the local server

Clone and start the local server: https://github.com/sorcamarian/markojs-twitter-api-server

git clone https://github.com/sorcamarian/markojs-twitter-api-server.git
cd markojs-twitter-api-server
npm install

NOTE: Update the Twitter credentials from server.js#L12

node index.js

Result of current /dist codes can be seen on http://localhost:7070/

2) Start Marko.js

Clone this repository and start Marko

git clone https://github.com/sorcamarian/markojs-twitter-api.git
cd markojs-twitter-api
npm install
npm start

Live User Interface changes can be seen on http://localhost:8080/


Build with Marko Starter Demo

This repo demos the basic features of marko-starter.

About

Marko.js and MaterializeCSS UI showing the latest tweets containing a hashtag.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published