Giter Site home page Giter Site logo

geotweets's Introduction

This Git repository includes all of the source code used in the GeoTweets screencast.

The tutorial includes several checkpoints:

  • skeleton - From scratch: creating a skeleton for the app
  • gui - Building the Graphical User Interface (GUI)
  • static - Creating a template for the Twitter timeline
  • dynamic - Fetching data from the Twitter API
  • map - Adding a map with markers for geotagged tweets

Using this repository to follow the screencast

First, you'll have to clone this repository:

git clone git://github.com/senchalearn/GeoTweets.git

Change into the directory:

cd GeoTweets

By default, the git clone command will only create the master branch locally. If you want to study the code at each checkpoint, you will have to fetch each of the other branches. You can do so by running the following:

git checkout -b 00_skeleton origin/00_skeleton
git checkout -b 01_gui origin/01_gui
git checkout -b 02_static origin/02_static
git checkout -b 03_dynamic origin/03_dynamic
git checkout -b 04_map origin/04_map

You can review the list of local branches by running:

git branches

And you can switch between branches with the checkout command. For example, to check out the 04_map branch, run:

git co 04_map

Live demo

You can try out the demo here:

geotweets's People

Contributors

nelstrom avatar adonaldson avatar

Watchers

James Cloos avatar Abhishek Rai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.