A secure environment variables manager that encrypts and stores environment variables in a file, keeping your sensitive data safe
Loads environment variables from .env file
Expand environment variables using dotenv
Loads environment variables from `.env.[development|test|production][.local]` files
A global executable to run applications with the ENV variables loaded by dotenv
A simple webpack plugin to support dotenv.
dotenv... but with defaults!
Next.js dotenv file loading
Robust Environment Configuration for Universal Applications.
Load environment variables using import statements.
a secure dotenv–from the creator of `dotenv`
A secretlint rule for dotenv
Preload environment variables with dotenv into serverless.
Load environment variables from .env and ensure they are defined
Parse dotenv files for Boolean, Array, and Number variable types, built for CrocodileJS
Cypress plugin that enables compatibility with dotenv
hydrate environment variables from .env files into process.env
A webpack plugin that allows you to securely use environment variables within your javascript web application, loading them using dotenv-flow's `.env*` files loading strategy.
TypeScript definitions for dotenv-flow
TypeScript definitions for dotenv-defaults
Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
The Vercel Blob JavaScript API client
TypeScript definitions for dotenv-safe
Loads environment variables from .env file
Easily store local environment configuration to Amazon SSM Parameter Store
This gem aims to load config to ENV varaible easily. Currently configuration can be done by a .env, a yaml file or by loading from AWS System Manager Parameter Store which is recommended for production deployment.
This gem enables users to learn more about music artists with data from the Spotify API. Users are prompted to search for an artist. The app returns the first search result from Spotify and allows users to see the artist's top tracks, album releases, genres or related artists. For the latter option, users can choose one of the related artists and view artist details for that artist in turn. Finally, users can review a list of all artists they have browsed. The app makes use of the RSpotify gem for OAuth authentication, HTTParty to retrieve data from the API, and dotenv to store client_id and client_secret. As explained below under Usage, this means that users will need to obtain their own credentials from Spotify and store them in their own .env file. More info at https://github.com/wkdewey/Music_Explorer_CLI-Data-Gem-Project