GithubHelp home page GithubHelp logo

project-03's Introduction

Ever wondered what San Francisco has to offer? There is so much a city has to offer, that is, if you look in the right places, and San Francisco has no shortage. Let's find and share our city's secrets. There are so many interesting and adventurous little spots to check out in San Francisco, let's discover them together.

This app is built in the M.E.A.N. stack, using a few dependencies in npm to secure Auth and angular-google-maps in bower to render map data within the angular views.

To set up this app, you'll need to:

  1. clone this Repo
  2. create an .env file in the main directory
  3. add "SECRET_TOKEN=ThisCanBeAnything" to env
  4. in the terminal, run npm install
  5. run mongod
  6. run node seed.js
  7. run nodemon
  8. open localhost:9000 in your browser

[User Story](a url) [Wireframes](a url) Data Relationships

Descriptions of any unsolved problems or future features.

project-03's People

Contributors

ahza64 avatar

Watchers

James Cloos avatar  avatar

project-03's Issues

Improvement: replace jQuery $ajax with $http for angular

Properly make use of the control over headers in angular:

    //please accept the information from google, thanks man!
    $.ajax({
      url: 'https://maps.googleapis.com/maps/api/geocode/json?address=' +
      address + '&key=AIzaSyArJRzc4s49N8ikvOh3ziAehwi9SLRDYgE',
      success: function(_results) {
        console.log(_results);
        // vm.queryResults = _results.results;
        vm.geodata = _results.results[0].geometry.location;

        vm.secret.latitude = vm.geodata.lat;
        vm.secret.longitude = vm.geodata.lng;

should be using $http

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.