GithubHelp home page GithubHelp logo

minseokim / eventbrite-chrome-extension Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 555 KB

Simple chrome extension that allows you to search for events nearby using the Eventbrite API

License: MIT License

JavaScript 58.30% CSS 20.03% HTML 21.67%

eventbrite-chrome-extension's Introduction

Eventbrite Chrome Extension

Simple chrome extension that allows you to search for events nearby using the Eventbrite API

Preview

Table of Contents

Features

  • Search using any address in the world with Google Autocomplete API
  • Filter by distance, weekend events, popular events

Install and run locally

  • Download as ZIP or clone it to desktop and extract it
  • In Chrome, More Tools->Extensions-> Click 'Load unpacked extension' and select folder ('eventbrite-chrome-extension')
$ npm install

To install Grunt(If you don't have it) for running tasks

$ grunt build

Concatenates, jshints and minifies Javascript files and CSS file

$ grunt

Watches for changes in Javascript files and runs the build again

Folder Structure

|-- eventbrite-chrome-extension',
    |-- .DS_Store',
    |-- .gitignore',
    |-- .jshintrc',
    |-- Gruntfile.js',
    |-- LICENSE',
    |-- README.md',
    |-- manifest.json',
    |-- package.json',
    |-- _locales',
    |   |-- en',
    |       |-- messages.json',
    |-- app',
        |-- .DS_Store',
        |-- popup.html',
        |-- assets',
        |   |-- .DS_Store',
        |   |-- backup-img.png',
        |   |-- eventbrite-text.png',
        |   |-- eventman.png',
        |   |-- icon128.png',
        |   |-- icon16.png',
        |   |-- icon19.png',
        |   |-- icon48.png',
        |-- css',
        |   |-- .DS_Store',
        |   |-- custom.css',
        |-- dist',
        |   |-- css',
        |   |   |-- custom.min.css',
        |   |-- js',
        |       |-- app.concat.js',
        |       |-- app.min.js',
        |-- js',
            |-- .DS_Store',
            |-- app.js',
            |-- utils-factory.js',
            |-- lib',
                |-- .DS_Store',
                |-- angular.min.js',
                |-- moment.min.js'

Built With

Eventbrite API Moment.js Google Places API AngularJS

Contribution Guide

Fork it, make a feature branch, commit to it with awesome fixes/features and make a pull request!

Feature Ideas

Create events through the chrome extension, Filter by specific dates, Allow users to favorite events and save them

License

MIT

All logos & images used in the project belong to Eventbrite

eventbrite-chrome-extension's People

Stargazers

Alex Kim avatar

Watchers

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