Code Monkey home page Code Monkey logo

chapter6's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

chapter6's Issues

CORS problem

I use git clone the project(step5),then use command ionic serve in web.
The console show the prblrm "404";What I nedd to do other thing to resolve the problem.

Settings in chapter6

If you change settings from Fahrenheit to Celsius the current conditions , after pushing a favorite, still present the temp in Fahrenheit. Seems that no new data is loded.

Don´t work in mobile

Works well in PC but transferred to an mobile via ionic view or as akp it cannot show the current conditions. Why?

how to deploy heroku avoiding cors error

hey man, the book is useful.
however when i deploy this project to heroku , it's not work, because of cors.
how did you reslove this problem? thx ;)
my serve.js

var express = require('express');

var app = express();
app.use(express.static('www'));
app.set('port', process.env.PORT || 5000);

app.listen(app.get('port'), function () {
  console.log(app.get('port'));
});

my package.json

  "engines": {
    "node": "6.6.0"
  },

  "scripts": {
    "start": "npm run nodeserver&& npm run ionicserver",
    "ionicserver": "ionic serve",
    "nodeserver": "node serve.js"
  }

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.