Skip to content

Instantly share code, notes, and snippets.

View osvaldoM's full-sized avatar
🎯
Focusing

Osvaldo Maria osvaldoM

🎯
Focusing
View GitHub Profile
@osvaldoM
osvaldoM / challenge.html
Created August 8, 2019 01:20
latest andela challenge
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Mini App</title>
@osvaldoM
osvaldoM / file.html
Last active July 29, 2019 21:10
Snippet for andela challenge
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Mini App</title>
<style>
body {
margin: 0;
@osvaldoM
osvaldoM / DemoRequestify.js
Last active June 5, 2017 22:04
fazendo requisição a uma API remota usando requestify
var express = require('express'),
app = express(),
port = process.env.PORT || 3000;
/*
aqui importo o requestify(biblioteca para acedrer a API's remotas através de requisições HTTP)
primeiro tens de fazer: npm install requestify
*/
@osvaldoM
osvaldoM / my-app.html
Created October 11, 2016 10:21
tabs+toolbar
<!--
@license
Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->