Skip to content

Commit

Permalink
shutting things down
Browse files Browse the repository at this point in the history
- redirect to arsenalforce.ca (they seem to have their shit together
  • Loading branch information
nexus-uw committed Oct 8, 2023
1 parent ee7923b commit 0c9f6a4
Show file tree
Hide file tree
Showing 159 changed files with 13,729 additions and 37,691 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloudflare-ca-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [20]

steps:
- uses: actions/setup-node@v1
Expand All @@ -31,7 +31,7 @@ jobs:
run: npm ci

- name: Build
run: npm run build:dev
run: npm run build
env:
NITRO_PRESET: cloudflare
REGION: CA
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare-ca-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [20]

steps:
- uses: actions/setup-node@v1
Expand Down
50 changes: 0 additions & 50 deletions .github/workflows/cloudflare-us-prod.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
37 changes: 0 additions & 37 deletions Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions Dockerfile-dev

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

107 changes: 50 additions & 57 deletions README.md
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 not shown.
Loading

0 comments on commit 0c9f6a4

Please sign in to comment.