Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/test.js Secret

Created May 27, 2020 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasramp/3ef3f2919e37976d6e4528db52843653 to your computer and use it in GitHub Desktop.
Save kasramp/3ef3f2919e37976d6e4528db52843653 to your computer and use it in GitHub Desktop.
import { config } from "https://deno.land/x/dotenv/mod.ts";
import "https://deno.land/x/dotenv/load.ts";
console.log(Deno.env.get("USERNAME"));
console.log(Deno.env.get("PASSWORD"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment