Giter Site home page Giter Site logo

tag-search's Introduction

tag-search

Boilerplate for an instagram search tool as a starting point for TT App Team applicants

Getting Started

  1. Install Node.js
  2. Fork this repository
  3. run 'npm install' to install dependencies
  4. run 'npm start' to start the Node.js server
  5. Go to http://localhost:3000 in your web browser

Your Task

  • Implement a simple web application that allows the user to pull up the 20 most recent images for the tags 'thetatau', 'engineering', and 'computerscience'.
  • Devise and Implement a simple way to switch between these tags.
  • Display the resulting images in the format of your choosing.

#Notes

  • We use Jade, an html templating language, on the app. To get you accustomed, we'd like you to use it here as well (in place of standard html). You'll notice the starter views are already written in jade.

Tips

  • Retrieve images with the Instagram API in the backend by making HTTP GET requests to the endpoints.
  • Install a Node.js library like 'superagent' or 'request' to make HTTP requests in the backend.
  • Feel free to use frontend libaries like jQuery or Angular for javascript, or Bootstrap for CSS.
  • Use Google.
  • Ask questions.

Places where you might want to add your code

  • /routes/index.js
  • /views/*
  • /public/*
  • app.js

File Structure

.
├── app.js
├── package.json
├── public
│   ├── images
│       └── placeholder.gif
│   ├── javascripts
│       └── index.js 
│   └── stylesheets
│       └── style.css
├── routes
│   ├── index.js
└── views
    ├── index.jade
    └── layout.jade

tag-search's People

Contributors

michael-luo avatar bgenchel avatar alxyang avatar

Watchers

James Cloos avatar  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.