# run-at **Repository Path**: mirrors_node-schedule/run-at ## Basic Information - **Project Name**: run-at - **Description**: human-readable setTimeout wrapper - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # run-at [![NPM](https://nodei.co/npm/run-at.png?downloads=true)](https://nodei.co/npm/run-at/) execute function "at" a certain time. merely a human-readable setTimeout wrapper. uses [date] for human-friendly date parsing. ## Installation ```shell npm install run-at ``` ## Usage ```javascript var at = require('run-at') ``` ## Examples ```javascript at('5:30 am', fn) at('2 days from now', fn) at('noon today', fn) at('2 pm tuesday', fn) ``` ## License MIT [date]: https://github.com/matthewmueller/date