-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- redirect to arsenalforce.ca (they seem to have their shit together
- Loading branch information
Showing
159 changed files
with
13,729 additions
and
37,691 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16 | ||
20 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,75 @@ | ||
# AmmoBin.ca [![Greenkeeper badge](https://badges.greenkeeper.io/ammobinDOTca/ammobin-client.svg)](https://greenkeeper.io/) [![docker pulls](https://img.shields.io/docker/pulls/ammobindotca/ammobin-client.svg)](https://hub.docker.com/r/ammobindotca/ammobin-client 'DockerHub') | ||
# Nuxt 3 Minimal Starter | ||
|
||
The meta search site for ammo prices across Canada. built with [nuxt.js](https://nuxtjs.org) (and thus vue.js). | ||
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. | ||
|
||
![Screenshot-2017-9-27 The place to view the best online ammo prices across Canada.png](https://raw.githubusercontent.com/ammobinDOTca/ammobin-client/master/Screenshot-2017-9-27%20The%20place%20to%20view%20the%20best%20online%20ammo%20prices%20across%20Canada%20.png) | ||
## Setup | ||
|
||
## how to run | ||
Make sure to install the dependencies: | ||
|
||
1. `docker run ammobindotca/ammo-bin-client -p 3000:3000` | ||
```bash | ||
# npm | ||
npm install | ||
|
||
## how to run locally | ||
# pnpm | ||
pnpm install | ||
|
||
- `npm i` | ||
- `PROD=true npm run dev` (will target prod api) | ||
# yarn | ||
yarn install | ||
|
||
## | ||
# bun | ||
bun install | ||
``` | ||
|
||
`AWS_PROFILE=beta BUCKET_NAME=beta-ammobin-ca node upload.js` | ||
## Development Server | ||
|
||
## todo | ||
Start the development server on `http://localhost:3000`: | ||
|
||
- https://github.com/WICG/BackgroundSync/blob/master/explainer.md | ||
```bash | ||
# npm | ||
npm run dev | ||
|
||
## contributing | ||
# pnpm | ||
pnpm run dev | ||
|
||
- do some work | ||
- submit pr | ||
# yarn | ||
yarn dev | ||
|
||
## vendors to add | ||
# bun | ||
bun run dev | ||
``` | ||
|
||
- https://www.italiansportinggoods.com/ammunition/rifle.html | ||
- https://internationalshootingsupplies.com/ | ||
- https://shophighfalls.com/collections/rifle-ammo?view=ALL (css rules hinder pulling data. will need to update scraper) | ||
- http://shop.sylvestresportinggoods.com/Rifle-Ammunition/?p=catalog&mode=catalog&parent=506&pg=1&CatalogSetSortBy=price | ||
## Production | ||
|
||
- http://www.grouseriver.com/Hunting-Shooting/Ammunition | ||
- https://blue-wolf-firearms-canada.myshopify.com/collections/rimfire | ||
- https://gunworx.ca/collections/ammunition | ||
- https://www.latulippe.com/en/our-stores/ | ||
- http://doctordeals.ca/product-category/smoking-gun/ammunition/rifle-ammo/ | ||
- http://store.easthilloutdoors.com/ammo/bulk-ammo | ||
Build the application for production: | ||
|
||
* http://www.danchasse.com/shop_free/index.php?categoryID=109 (je ne parle en francis) | ||
```bash | ||
# npm | ||
npm run build | ||
|
||
# low priority | ||
# pnpm | ||
pnpm run build | ||
|
||
- http://greendiamondoutfitters.ca/home/products_grid/category/rifle-ammunition/P24 | ||
- http://practicalperformance.ca/accessories/ammunition/ | ||
- https://www.greatnorthprecision.com/collections/rifle-ammunition-1 | ||
- http://targetshootingproducts.com/index.php?cPath=10&osCsid=b5dd02944271605ca93e19ea903cd3d2 | ||
- http://www.thegunroom.ca/index.php?route=product/category&path=85 (6 items | ||
# yarn | ||
yarn build | ||
|
||
## blocked | ||
# bun | ||
bun run build | ||
``` | ||
|
||
- http://westrifle.com/wrstore/index.php?main_page=index&cPath=2 (everything was sold out nov 2017) | ||
- https://eccfirearms.blogspot.ca/2011/02/ammunition-ecc-firearms-has-widest.html (cant buy oneline as of feb 17 2018) | ||
- https://tandtarms.com/product-category/ammo/ | ||
- http://www.armseast.ca/surplus_ammunition/ no items | ||
- https://selectshootingsupplies.com/pages/ammunition no online sales | ||
- https://www.precisionoptics.net/category_s/761.htm html is too nasty to bother with | ||
Locally preview production build: | ||
|
||
(see commented out retailers in constants.ts for disabled integrations) | ||
```bash | ||
# npm | ||
npm run preview | ||
|
||
## skipped | ||
# pnpm | ||
pnpm run preview | ||
|
||
- wholesalesports.com | ||
- http://www.prairieshotammo.com/find-a-dealer-3.html (but should review these retailers to see if they have online shops) | ||
- http://www.generalgun.ca/ammunition only 1 item | ||
- https://www.kellysonline.ca/collections/ammunition only 1 item | ||
- https://armtac.com/category/ammunition only one 1 item | ||
# yarn | ||
yarn preview | ||
|
||
## incomplete vendors | ||
# bun | ||
bun run preview | ||
``` | ||
|
||
- none | ||
|
||
## docker hub | ||
|
||
https://hub.docker.com/r/ammobindotca/ammobin-client/ | ||
|
||
## regionalize work | ||
|
||
- update | ||
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. |
Binary file removed
BIN
-37.6 KB
...shot-2017-9-27 The place to view the best online ammo prices across Canada .png
Binary file not shown.
Oops, something went wrong.