Skip to content

Instantly share code, notes, and snippets.

View Wind213's full-sized avatar
🎯
Focusing

Wind213

🎯
Focusing
View GitHub Profile
@Wind213
Wind213 / image-slider.js
Created December 14, 2018 04:57
Image Slider RN
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import {
Text,
View,
ScrollView,
StyleSheet,
// Animated,
PanResponder,
TouchableHighlight,
// Important modules this config uses
const path = require('path')
const HtmlWebpackPlugin = require('html-webpack-plugin')
const WebpackPwaManifest = require('webpack-pwa-manifest')
const OfflinePlugin = require('offline-plugin')
const { HashedModuleIdsPlugin } = require('webpack')
module.exports = require('./webpack.base.babel')({
mode: 'production',
version: '3'
services:
app:
image: lagden/cep_consulta:latest
command: ["node", "index.js"]
environment:
- NODE_ENV=production
- RHOST=redis
ports:
- 1235:3000
{
"info": {
"_postman_id": "3e9c1504-14c0-b19b-0574-57104e01b79f",
"name": "Go-Jek",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Login with email",
"request": {
#!/bin/bash
cd /tmp || exit
echo "Downloading Postman ..."
wget -q https://dl.pstmn.io/download/latest/linux?arch=64 -O postman.tar.gz
tar -xzf postman.tar.gz
rm postman.tar.gz
echo "Installing to opt..."
if [ -d "/opt/Postman" ];then
sudo rm -rf /opt/Postman