# auctions_api **Repository Path**: mirrors_GUI/auctions_api ## Basic Information - **Project Name**: auctions_api - **Description**: An API for GSA auctions data. - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Auctions API Documentation ==================== This is the documentation repository for the GSA Auctions API. Thanks to CFPB team for creating this model and for furthering open source in government. ## Using JavaScript and Bower If you are going to work on the JavaScript for this site, you need to do the following: * Run `npm install -g bower` to install Bower. * Run `npm install -g grunt-cli` to install Grunt. * Run `npm install` in the directory to install other tools. * Run `bower install` to install dependencies. * Run `bundle install` to install additional dependencies. After changing the JavaScript, run `grunt` to rebuild the minified JS.