Skip to content

Instantly share code, notes, and snippets.

View websvcPT's full-sized avatar
🏠
Working from home

WEBsvc websvcPT

🏠
Working from home
View GitHub Profile
@junhoyeo
junhoyeo / flask-googlemaps-tut.py
Last active December 15, 2021 12:07
simple flask googlemaps tutorial code with python flask
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import json
from flask import Flask, render_template, request
from flask_googlemaps import GoogleMaps, Map
# require Flask-GoogleMaps (https://github.com/rochacbruno/Flask-GoogleMaps)
app = Flask(__name__)
api_key = 'java-chip-frappuccino' # change this to your api key
# get api key from Google API Console (https://console.cloud.google.com/apis/)
@MikeRatcliffe
MikeRatcliffe / FreeNAS.md
Last active December 2, 2021 23:26 — forked from jacobblock/FreeNAS.md
Ultimate FreeNAS Setup