# ip-envoy-api **Repository Path**: mirrors_Financial-Times/ip-envoy-api ## Basic Information - **Project Name**: ip-envoy-api - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # *** No longer used. Archived on 3 July 2020 *** # ip-envoy-api This is a separate prototype Envoy API for the [IP Envoy project](https://github.com/Financial-Times/ip-envoy). ## Running locally 1. Clone the repo 2. `npm i` 3. Create a .env file in the root 4. Set up in your .env file the following variables: * PORT = any number you want * ENVOY_API_KEY = the x-api-key for the headers * FT_GRAPHITE_KEY = for the healthchecks to work. You can get this from the ip-envoy Heroku variables. 5. `npm run dev`