Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 645 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 645 Bytes

Invisible Hotels

https://invisiblehotels.com

A list of our favorite lovely & wonderful hotels around the world. The single page application is built with Next.js and Typescript.

Install

npm i

Run locally

npm run dev

Fetch hotel list from Airtable

Hotel data is stored on private Airtable base and can be retrieved via npm run fetch-content which writes the data to a data/hotels.json file. Therefore a valid API token has to be included as AIRTABLE_TOKEN=... in the .env.local file in the root with the API Key and base name as AIRTABLE_BASE=app....

.env
AIRTABLE_TOKEN = ...
AIRTABLE_BASE = ...