ygoprodeck 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff3315dd441923fc533b67172f3ca49cce025b616af4c3d22b572e681c97fa25
4
- data.tar.gz: 9bd09ba96142ea6f0cb07009ed86a4ead30ca807778ac84056abb2cf898e3d81
3
+ metadata.gz: 790fca37e688b1429cd4a12e8d0e177162f6bd939fa1ffb6fd4340990d67037b
4
+ data.tar.gz: 95bf645197bfff5d1eb4c017f9de008eb148ddaf9f82188ccc0e95c6600886cf
5
5
  SHA512:
6
- metadata.gz: 7d3156dce4b4fb7a574abaa4aefb61e70a7563d345085cea03e42762492bcb470d0093ed61cc0f4a1ed0ba3815bdc4d252e54bfff3e6171abfeaf200825c3f08
7
- data.tar.gz: f7d35c637358438764f4877a3f8f0a345d86b64377ba1267d16d1121ecb3d2b7a5dae0c2c6a5ceb8d4883c63b1fede46794add212ee4d1ff5c01638e474b40c3
6
+ metadata.gz: 3ef7b1072846cfb8094d756b0f985050975c73123ecf7ea40ee11c36f3dce8878518488c710a764e0210018d51ab43cf4176a70ca77eaaa4ca0fbe1c09cf2f89
7
+ data.tar.gz: 26f48bb50ea2ac466c6c235bce4281400fb7fddb01a958ad55fd27c4f63d1ddb4929e71e2298d68f51f4b53149736f90886961dc54689c8c74b5ac6e2a3f6e8f
data/.gitignore CHANGED
@@ -1,15 +1,14 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /pkg/
7
- /spec/reports/
8
- /tmp/
9
-
10
- # rspec failure tracking
11
- .rspec_status
12
-
13
- # update ignore
14
- goorm.manifest
15
- Gemfile.lock
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
12
+
13
+ # update ignore
14
+ Gemfile.lock
data/.rspec CHANGED
@@ -1,2 +1,2 @@
1
- --color
1
+ --color
2
2
  --require spec_helper
data/.rubocop.yml CHANGED
@@ -1,7 +1,40 @@
1
- Metrics/LineLength:
2
- Max: 120
3
- Documentation:
4
- Enabled: false
5
- StringLiterals:
6
- EnforcedStyle: double_quotes
7
-
1
+ # Disable all metrics.
2
+ Metrics/AbcSize:
3
+ Enabled: false
4
+
5
+ Metrics/BlockNesting:
6
+ Enabled: false
7
+
8
+ Metrics/BlockLength:
9
+ Enabled: false
10
+
11
+ Metrics/ClassLength:
12
+ Enabled: false
13
+
14
+ Metrics/ModuleLength:
15
+ Enabled: false
16
+
17
+ Metrics/CyclomaticComplexity:
18
+ Enabled: false
19
+
20
+ Metrics/LineLength:
21
+ Enabled: false
22
+
23
+ Metrics/MethodLength:
24
+ Enabled: false
25
+
26
+ Metrics/ParameterLists:
27
+ Enabled: false
28
+
29
+ Metrics/PerceivedComplexity:
30
+ Enabled: false
31
+
32
+ Security/Eval:
33
+ Enabled: false
34
+
35
+ Style/ClassAndModuleChildren:
36
+ Enabled: false
37
+
38
+ Style/FrozenStringLiteralComment:
39
+ Enabled: false
40
+
data/CODE_OF_CONDUCT.md CHANGED
@@ -1,74 +1,74 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
11
-
12
- ## Our Standards
13
-
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
16
-
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
22
-
23
- Examples of unacceptable behavior by participants include:
24
-
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
33
-
34
- ## Our Responsibilities
35
-
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
39
-
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
45
-
46
- ## Scope
47
-
48
- This Code of Conduct applies both within project spaces and in public spaces
49
- when an individual is representing the project or its community. Examples of
50
- representing a project or community include using an official project e-mail
51
- address, posting via an official social media account, or acting as an appointed
52
- representative at an online or offline event. Representation of a project may be
53
- further defined and clarified by project maintainers.
54
-
55
- ## Enforcement
56
-
57
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at rokhim.whd@gmail.com. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
63
-
64
- Project maintainers who do not follow or enforce the Code of Conduct in good
65
- faith may face temporary or permanent repercussions as determined by other
66
- members of the project's leadership.
67
-
68
- ## Attribution
69
-
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [http://contributor-covenant.org/version/1/4][version]
72
-
73
- [homepage]: http://contributor-covenant.org
74
- [version]: http://contributor-covenant.org/version/1/4/
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at rokhim.whd@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile CHANGED
@@ -1,3 +1,3 @@
1
- source "https://rubygems.org"
2
-
3
- gemspec name: 'ygoprodeck'
1
+ source "https://rubygems.org"
2
+
3
+ gemspec name: 'ygoprodeck'
data/LICENSE.txt CHANGED
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2019 rokhimin
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 rokhimin
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -1,118 +1,118 @@
1
- # Ygoprodeck
2
-
3
- ![Lang](https://img.shields.io/badge/Language-Ruby-red)
4
- [![Gem](https://img.shields.io/gem/v/ygoprodeck.svg)](https://rubygems.org/gems/ygoprodeck)
5
- [![Gem](https://img.shields.io/gem/dt/ygoprodeck.svg)](https://rubygems.org/gems/ygoprodeck)
6
- [![Build Status](https://travis-ci.com/rokhimin/ygoprodeck.svg?branch=master)](https://travis-ci.com/rokhimin/ygoprodeck)
7
-
8
- API wrapper for search yugioh card
9
-
10
- ## Installation
11
-
12
- Add this line to your application's Gemfile:
13
-
14
- ```ruby
15
- gem 'ygoprodeck'
16
- ```
17
-
18
- And then execute:
19
-
20
- $ bundle
21
-
22
- Or install it yourself as:
23
-
24
- $ gem install ygoprodeck
25
-
26
- ## Usage
27
- first you need :
28
- ```ruby
29
- require 'ygoprodeck'
30
- ```
31
-
32
- Fuzzy search : (RECOMMENDED)
33
- ```ruby
34
- Ygoprodeck::Fname.is('dark magician')
35
- ```
36
-
37
- Normal search :
38
- ```ruby
39
- Ygoprodeck::Name.is('time wizard')
40
- ```
41
-
42
- Random search :
43
- ```ruby
44
- Ygoprodeck::Card.random
45
- ```
46
-
47
- List search :
48
- ```ruby
49
- Ygoprodeck::List.is('magician')
50
- ```
51
-
52
- Archetype search :
53
- ```ruby
54
- Ygoprodeck::Archetype.is('blue-eyes')
55
- ```
56
-
57
- All card sets :
58
- ```ruby
59
- Ygoprodeck::Card.sets
60
- ```
61
-
62
- Banlist (TCG, OCG, GOAT) :
63
- ```ruby
64
- Ygoprodeck::Banlist.tcg
65
- Ygoprodeck::Banlist.ocg
66
- Ygoprodeck::Banlist.goat
67
- ```
68
-
69
- or look [examples](https://github.com/rokhimin/ygoprodeck/blob/master/examples/search.rb)
70
-
71
- #### Noted
72
- Rate Limiting on the API is enabled. The rate limit is 20 requests per 1 second
73
-
74
- #### Response Information
75
-
76
- ##### Monster Cards
77
- - id - ID or Passocde of the card.
78
- - name - Name of the card.
79
- - type - The type of card you are viewing (Normal Monster, Effect Monster, Synchro Monster, etc).
80
- - desc - Card description/effect.
81
- - atk - The ATK value of the card.
82
- - def - The DEF value of the card.
83
- - level - The Level/RANK of the card.
84
- - race - The card race which is officially called type (Spellcaster, Warrior, Insect, etc).
85
- - attribute - The attribute of the card.
86
-
87
- ##### Spell/Trap Cards
88
-
89
- - id - ID or Passocde of the card.
90
- - name - Name of the card.
91
- - type - The type of card you are viewing (Spell Card or Trap Card).
92
- - desc - Card description/effect.
93
- - race - The card race which is officially called type for Spell/Trap Cards (Field, Equip, Counter, etc).
94
-
95
- ##### Additional Response for Pendulum Monsters
96
-
97
- - scale - The Pendulum Scale Value.
98
-
99
- ##### Additional Response for Link Monsters
100
-
101
- - linkval - The Link Value of the card if it's of type "Link Monster".
102
- - linkmarkers - The Link Markers of the card if it's of type "Link Monster". This information is returned as an array.
103
-
104
- ## Development
105
-
106
- #### Test
107
- ```
108
- rake spec
109
- ```
110
-
111
- ## Contributing
112
- Fork and Pull Request to contibuting https://github.com/rokhimin/ygoprodeck .
113
-
114
- ## License
115
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
116
-
117
- ## Code of Conduct
118
- Everyone interacting in the Ygoprodeck project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rokhimin/ygoprodeck/blob/master/CODE_OF_CONDUCT.md).
1
+ # Ygoprodeck
2
+
3
+ ![Lang](https://img.shields.io/badge/language-ruby-red)
4
+ [![Gem](https://img.shields.io/gem/v/ygoprodeck.svg)](https://rubygems.org/gems/ygoprodeck)
5
+ [![Gem](https://img.shields.io/gem/dt/ygoprodeck.svg)](https://rubygems.org/gems/ygoprodeck)
6
+ [![Build Status](https://travis-ci.com/rokhimin/ygoprodeck.svg?branch=master)](https://travis-ci.com/rokhimin/ygoprodeck)
7
+
8
+ API wrapper for search yugioh card
9
+
10
+ ## Installation
11
+
12
+ Add this line to your application's Gemfile:
13
+
14
+ ```ruby
15
+ gem 'ygoprodeck'
16
+ ```
17
+
18
+ And then execute:
19
+
20
+ $ bundle
21
+
22
+ Or install it yourself as:
23
+
24
+ $ gem install ygoprodeck
25
+
26
+ ## Usage
27
+ First :
28
+ ```ruby
29
+ require 'ygoprodeck'
30
+ ```
31
+
32
+ Fuzzy search : (RECOMMENDED)
33
+ ```ruby
34
+ Ygoprodeck::Fname.is(name card)
35
+ ```
36
+
37
+ Normal search :
38
+ ```ruby
39
+ Ygoprodeck::Name.is(name card)
40
+ ```
41
+
42
+ Random search :
43
+ ```ruby
44
+ Ygoprodeck::Card.random
45
+ ```
46
+
47
+ List search :
48
+ ```ruby
49
+ Ygoprodeck::List.is(name card)
50
+ ```
51
+
52
+ Archetype search :
53
+ ```ruby
54
+ Ygoprodeck::Archetype.is(name archetype)
55
+ ```
56
+
57
+ All card sets :
58
+ ```ruby
59
+ Ygoprodeck::Card.sets
60
+ ```
61
+
62
+ Banlist (TCG, OCG, GOAT) :
63
+ ```ruby
64
+ Ygoprodeck::Banlist.tcg
65
+ Ygoprodeck::Banlist.ocg
66
+ Ygoprodeck::Banlist.goat
67
+ ```
68
+
69
+ or look [examples](https://github.com/rokhimin/ygoprodeck/blob/master/examples)
70
+
71
+ #### Noted
72
+ Rate Limiting on the API is enabled. The rate limit is 20 requests per 1 second
73
+
74
+ #### Response Information
75
+
76
+ ##### Monster Cards
77
+ - id - ID or Passocde of the card.
78
+ - name - Name of the card.
79
+ - type - The type of card you are viewing (Normal Monster, Effect Monster, Synchro Monster, etc).
80
+ - desc - Card description/effect.
81
+ - atk - The ATK value of the card.
82
+ - def - The DEF value of the card.
83
+ - level - The Level/RANK of the card.
84
+ - race - The card race which is officially called type (Spellcaster, Warrior, Insect, etc).
85
+ - attribute - The attribute of the card.
86
+
87
+ ##### Spell/Trap Cards
88
+
89
+ - id - ID or Passocde of the card.
90
+ - name - Name of the card.
91
+ - type - The type of card you are viewing (Spell Card or Trap Card).
92
+ - desc - Card description/effect.
93
+ - race - The card race which is officially called type for Spell/Trap Cards (Field, Equip, Counter, etc).
94
+
95
+ ##### Additional Response for Pendulum Monsters
96
+
97
+ - scale - The Pendulum Scale Value.
98
+
99
+ ##### Additional Response for Link Monsters
100
+
101
+ - linkval - The Link Value of the card if it's of type "Link Monster".
102
+ - linkmarkers - The Link Markers of the card if it's of type "Link Monster". This information is returned as an array.
103
+
104
+ ## Development
105
+
106
+ #### Test
107
+ ```
108
+ rake spec
109
+ ```
110
+
111
+ ## Contributing
112
+ Fork and Pull Request to contibuting https://github.com/rokhimin/ygoprodeck .
113
+
114
+ ## License
115
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
116
+
117
+ ## Code of Conduct
118
+ Everyone interacting in the Ygoprodeck project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rokhimin/ygoprodeck/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile CHANGED
@@ -1,6 +1,6 @@
1
- require "bundler/gem_tasks"
2
- require "rspec/core/rake_task"
3
-
4
- RSpec::Core::RakeTask.new(:spec)
5
-
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
6
  task :default => :spec
data/bin/console CHANGED
@@ -1,14 +1,14 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "ygoprodeck"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start(__FILE__)
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "ygoprodeck"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup CHANGED
@@ -1,6 +1,6 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
@@ -1,21 +1,21 @@
1
- require 'ygoprodeck'
2
-
3
- # yugi is example, you free to change variable name
4
- yugi = Ygoprodeck::Fname.is('dark magician') # example I wanna search 'dark magician' using fuzzy search
5
-
6
- puts yugi # => get all information of dark magician (name,id,level,attr,atk,def,etc)
7
-
8
- puts '#' *10
9
-
10
- # => get specific information of dark magician
11
- puts yugi['id']
12
- puts yugi['name']
13
- puts yugi['attribute']
14
- puts yugi['type']
15
- puts yugi['race']
16
- puts yugi['level']
17
- puts yugi['desc']
18
- puts yugi['atk']
19
- puts yugi['def']
20
- puts Ygoprodeck::Image.is(yugi['id']) # => use id from yugi['id'] to get dark magician image
21
- puts Ygoprodeck::Image_small.is(yugi['id']) # => small version
1
+ require 'ygoprodeck'
2
+
3
+ # yugi is example, you free to change variable name
4
+ yugi = Ygoprodeck::Fname.is('dark magician') # example I wanna search 'dark magician' using fuzzy search
5
+
6
+ puts yugi # => get all information of dark magician (name,id,level,attr,atk,def,etc)
7
+
8
+ puts '#' *10
9
+
10
+ # => get specific information of dark magician
11
+ puts yugi['id']
12
+ puts yugi['name']
13
+ puts yugi['attribute']
14
+ puts yugi['type']
15
+ puts yugi['race']
16
+ puts yugi['level']
17
+ puts yugi['desc']
18
+ puts yugi['atk']
19
+ puts yugi['def']
20
+ puts Ygoprodeck::Image.is(yugi['id']) # => use id from yugi['id'] to get dark magician image
21
+ puts Ygoprodeck::Image_small.is(yugi['id']) # => small version
@@ -0,0 +1,23 @@
1
+ require 'ygoprodeck'
2
+
3
+ # kaiba is example, you free to change variable name
4
+ kaiba = Ygoprodeck::Archetype.is('blue-eyes') # example I wanna search 'blue-eyes' archetype
5
+
6
+ # make for looping for listing archetype
7
+ kaiba_listing = [] # save listing here
8
+ count = 50 # count max listing . example 50
9
+ num_default = 0 # number default
10
+
11
+ # looping logic
12
+ for logic_search in 1..50 do
13
+ if kaiba[num_default] == nil
14
+ else
15
+ kaiba_listing << kaiba[num_default]["name"]
16
+ num_default += 1
17
+ count -= 1
18
+ end
19
+ end
20
+
21
+ puts "#{kaiba_listing.length} card matches for blue-eyes archetype" #length blue-eyes archetype
22
+ puts "#" *30
23
+ puts "#{kaiba_listing.join(" \n")}" # each listing
@@ -1,3 +1,3 @@
1
- module Ygoprodeck
2
- class Error < StandardError; end
1
+ module Ygoprodeck
2
+ class Error < StandardError; end
3
3
  end