Skip to content

Instantly share code, notes, and snippets.

View RandyLedbetter's full-sized avatar

Randy Michael Ledbetter RandyLedbetter

View GitHub Profile
import hmacsha1 from 'hmacsha1';
import {stringify} from 'query-string';
export enum FatsecretFoodType {
Brand = 'Brand',
Generic = 'Generic',
}
export interface FatsecretFood {
food_id: string;