- Tarea dia 4
- 1 Instalar GIT
- 2 clone el repositorio de perezniño-backend
git clone https://github.com/Holowaychitos/pereznino-backend.git- 3 instalar las dependencias
npm i| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Relux Join</title> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.12.2/react.js"></script> | |
| <script src="https://rawgit.com/spoike/refluxjs/master/dist/reflux.js"></script> | |
| </head> | |
| <body> | |
| <div id="example"></div> |
| cd ~ | |
| wget https://nodejs.org/dist/latest-v4.x/node-v4.2.4-linux-x86.tar.gz | |
| mkdir temp | |
| tar xvf node-v*.tar.gz -C ./temp | |
| rm -rf node-v* | |
| cd temp | |
| mv node-v* node |
| [ | |
| { | |
| "routeId": "1012", | |
| "stops": [ | |
| { | |
| "stopId": "1618", | |
| "odom": "0", | |
| "stopName": "Lone Mountain @ Rancho (W)", | |
| "lat": "-115.241129", | |
| "long": "36.247885", |
| git checktout -b taskid-123 | |
| git rebase dev | |
| # git commit -am 'message' | |
| git push origin taskid-123 | |
| # create pull request | |
| git rebase head~# -i #if commits > 1 | |
| git checkout dev | |
| git merger taskid-123 | |
| git push origin dev |
| #include <ArduinoJson.h> | |
| char json_string[512]; | |
| StaticJsonBuffer<512> jsonBuffer; | |
| // "main":"Clear","description":"sky is clear" | |
| // y tal vez temp":20,"pressure":1019,"humidity":19 | |
| // password of your WiFi network. | |
| #define mySSID "513570" | |
| #define myPSK "H21208269B2B" | |
| // openweathermap Constants | |
| #define HTTP_PORT 80 | |
| #define WEATHER_SERVER "api.openweathermap.org" | |
| #define ID_CITY "4019233" | |
| #define APP_ID "44db6a862fba0b067b1930da0d769e98" |
| - Recursos | |
| https://facebook.github.io/react/docs/getting-started.html | |
| https://github.com/reactjs/react-router/tree/0.13.x | |
| http://webpack.github.io/docs/what-is-webpack.html | |
| - Video podcast | |
| https://egghead.io/ | |
| - Conferencias | |
| https://www.youtube.com/watch?v=PAA9O4E1IM4&list=PLCC436JpVnK0Phxld2dD4tM4xPMxJCiRD |
git clone https://github.com/Holowaychitos/pereznino-backend.gitnpm i| // Copyright (c) 2012 Sutoiku, Inc. (MIT License) | |
| // Some algorithms have been ported from Apache OpenOffice: | |
| /************************************************************** | |
| * | |
| * Licensed to the Apache Software Foundation (ASF) under one | |
| * or more contributor license agreements. See the NOTICE file | |
| * distributed with this work for additional information | |
| * regarding copyright ownership. The ASF licenses this file |